home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / util / conv / Raw2Ent.readme < prev    next >
Text File  |  1996-11-04  |  3KB  |  63 lines

  1. Short:    ASCII-Text -> Entity-Codes [1.2]
  2. Author:   honma@thepentagon.com (Tamio Patrick Honma)
  3. Uploader: honma@thepentagon.com (Tamio Patrick Honma)
  4. Type:     util/conv
  5. Replaces: util/conv/Raw2Ent*
  6.  
  7. Files: CWISENV
  8.        Raw2Ent            1.2   (01.11.96)
  9.        Raw2Ent.doc        [this file]
  10.        Raw2Ent.rexx       1.4.1 (14.07.96)
  11.        Raw2Ent.rexx.old   1.3.4 (01.11.96)
  12.  
  13.  
  14.  
  15. INTRODUCTION
  16.  
  17. Raw2Ent   converts   raw   8-Bit-ASCII-Text   into   7-Bit-ASCII-Text   with
  18. entity-codes.   The  ASCII-Format  is  a standardized format for information
  19. interchange,  but  it  is only standardized seven-bit-wide, which means that
  20. 128  codes  are  defined.  One Byte consists of eight bits and can represent
  21. 256 different bit combinations.  Therefore the last 128 bit combinations are
  22. defined  for  free  use  by  any  operation-system.   The  problem  is  that
  23. accent-characters and other special characters are not standardized, because
  24. they  are  defined  in  (guess  where?!   ;) ) the free part of ASCII by the
  25. operation system developers.
  26.  
  27. The  goal of the Wold Wide Web developers was that it could be used on every
  28. important   operation   system.   So  it  was  clear  that  the  ASCII-Based
  29. HTML-Source-Code   had  to  use  the  standardized  seven-bit  area  of  the
  30. ASCII-Code.  To represent accent-characters or other special characters in a
  31. seven-bit-code,  it  was  neccesary  to  invent something.  And this was the
  32. entity-code  -  a  kind  of  escape-code.   An  entity-code  consists  of an
  33. introducing  "&"  and  a  ";"  at  the  end.   Between  these  symbols  is a
  34. character-name the browser can interpret.  It is a very hard and stupid work
  35. to convert the ASCII-Text by hand.  So just use Raw2Ent!
  36.  
  37. Raw2Ent  produces  real 7-Bit-ASCII-Code.  All printable Amiga-characters in
  38. the  8-bit-area  will be converted into entity-codes, without any exception.
  39. The  use  of names instead of code-numbers will make the entity-codes easier
  40. to be read by humans.  If no name was defined in the HTML 3.2 reference, the
  41. code-number will be used.
  42.  
  43.  
  44. SEND COMMENTS TO:
  45.  
  46. Tamio Patrick Honma
  47.  
  48. eMail: honma@thepentagon.com
  49.   WWW: http://www.netforward.com/thepentagon/?honma
  50.  
  51.  
  52. ============================= Archive contents =============================
  53.  
  54. Original  Packed Ratio    Date     Time    Name
  55. -------- ------- ----- --------- --------  -------------
  56.      663     245 63.0% 18-Jul-96 22:31:56  CWISENV
  57.     2908    1231 57.6% 01-Nov-96 02:38:04  Raw2Ent
  58.     9658    3998 58.6% 01-Nov-96 11:08:40  Raw2Ent.doc
  59.     1131     578 48.8% 01-Nov-96 10:54:58  Raw2Ent.rexx
  60.     5120    1482 71.0% 01-Nov-96 10:51:52  Raw2Ent.rexx.old
  61. -------- ------- ----- --------- --------
  62.    19480    7534 61.3% 02-Nov-96 15:27:12   5 files
  63.